| 1. | Using enumerated constants in property expressions 在属性表达式中使用枚举常量 |
| 2. | The enumerated constants are explicitly assigned values 。枚举常量是显式赋的值。 |
| 3. | How to : create enumerated constants 如何:创建枚举常数 |
| 4. | An enumerated constant can be formatted as its numeric value or its name 可以将枚举常数格式化为它的数值或名称。 |
| 5. | Specifies enumerated constants used to retrieve directory paths to system special folders 指定用于检索系统特殊文件夹的目录路径的枚举常数。 |
| 6. | Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object 将一个或多个枚举常数的名称或数字值的字符串表示转换成等效的枚举对象。 |
| 7. | Custom attribute on the definition of an enumeration indicates that the enumeration should be treated as a set of bit fields flags , and the absence of this attribute indicates the type should be viewed as a group of enumerated constants 自定义属性指示该枚举应该作为一组位域(标志)对待,没有该属性指示该类型应被视为一组枚举常数。 |